Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos and add a job to CI #351

Merged
merged 7 commits into from
Jan 6, 2025
Merged

Fix typos and add a job to CI #351

merged 7 commits into from
Jan 6, 2025

Conversation

srinathsetty
Copy link
Collaborator

No description provided.

.github/workflows/rust.yml Fixed Show fixed Hide fixed
.github/workflows/rust.yml Fixed Show fixed Hide fixed
.github/workflows/rust.yml Fixed Show fixed Hide fixed
@srinathsetty srinathsetty requested a review from Copilot January 6, 2025 20:59
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

Comments suppressed due to low confidence (7)

src/gadgets/ecc.rs:915

  • Corrected the spelling of 'allocted' to 'allocated'.
pub fn inputize_allocated_point<E: Engine, CS: ConstraintSystem<E::Base>>(

src/gadgets/ecc.rs:997

  • Corrected the spelling of 'allocted' to 'allocated'.
inputize_allocated_point(&a, cs.namespace(|| "inputize a"));

src/gadgets/ecc.rs:1009

  • Corrected the spelling of 'allocted' to 'allocated'.
inputize_allocated_point(&e, cs.namespace(|| "inputize e"));

src/gadgets/ecc.rs:1063

  • Corrected the spelling of 'allocted' to 'allocated'.
inputize_allocated_point(&a, cs.namespace(|| "inputize a"));

src/gadgets/ecc.rs:1065

  • Corrected the spelling of 'allocted' to 'allocated'.
inputize_allocated_point(&e, cs.namespace(|| "inputize e"));

src/gadgets/ecc.rs:1118

  • Corrected the spelling of 'allocted' to 'allocated'.
inputize_allocated_point(&a, cs.namespace(|| "inputize a"));

src/gadgets/ecc.rs:1124

  • Corrected the spelling of 'allocted' to 'allocated'.
inputize_allocated_point(b, cs.namespace(|| "inputize b"));

.github/workflows/rust.yml Outdated Show resolved Hide resolved
@srinathsetty srinathsetty merged commit ae6be2d into main Jan 6, 2025
9 checks passed
@srinathsetty srinathsetty deleted the typos branch January 6, 2025 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant